Xbasic

SQL::DatabaseSnapshotStoreDBF Method

Syntax

L StoreDBF( [EventScript as C] )

Arguments

EventScriptCharacter

Optional. A string that contains an Xbasic event script that is executed when an event is triggered during the operation. See DatabaseSnapshot Events for additional information.

Description

Creates DBF tables and populates them from the definitions and data contained in the snapshot. The tables are created in the directory of the currently open database and added to the database.

Discussion

Returns true if the function executed successfully and false if an error occurred.

See Also